home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / os2 / pmnos11s / nos.sts < prev    next >
INI File  |  1992-01-11  |  6KB  |  125 lines

  1. [shared-]
  2.     version=2
  3.     project="C:\source\gri\nos.mak"
  4.     buildmode=3
  5. [edit-]
  6.     srch=gcol
  7.     fSrchRe=0
  8.     rpl=strlen(Eol)
  9.     src=sizeof(Eol)
  10.     fRplRe=26368
  11.     file="C:\source\gri\8250.h" 52 1 66 7
  12. [pwb]
  13.     screen=50 80
  14.     winstyle=7
  15.     wnd=C 2 1 49 80
  16. [environ]
  17.     INCLUDE=c:\os2tools\include;C:\OS2TOOLS\SAMPLES\INCLUDE;C:\OS2TOOLS\DM\C;c:\include;c:\userincl;
  18.     LIB=c:\os2tools\lib;c:os2tools\samples\lib;c:\lib;c:\userlib;
  19.     HELPFILES=C:\PROFILER\HELP\*.HLP;C:\HELP\*.HLP;C:\OS2TOOLS\HELP\*.HLP
  20. [build]
  21.     build: macro DEBUG "1"
  22.     build: macro PBTDEPEND "$(PROJ).exe"
  23.     build: macro PREP "prep"
  24.     build: macro PROFILE "profile"
  25.     build: macro PLIST "plist"
  26.     build: macro PROFSET "set"
  27.     build: macro PROFNMAKE "nmake"
  28.     build: macro PWBRMAKE "pwbrmake"
  29.     build: macro NMAKEBSC1 "set"
  30.     build: macro NMAKEBSC2 "nmake"
  31.     build: macro BRFLAGS "/o $(PROJ).bsc /Es /Em"
  32.     build: macro BROWSE "0"
  33.     build: macro CC "cl"
  34.     build: macro CFLAGS_G "/Alfw /W3 /G2 /D_MT /DOS2 /MT /BATCH /Gt64"
  35.     build: macro CFLAGS_D "/Od /Zi /Gs"
  36.     build: macro CFLAGS_R "/Ot /Ol /Og /Oe /Gs /B2 c:\\binp\\c2l.exe"
  37.     build: macro MAPFILE_D "NUL"
  38.     build: macro MAPFILE_R "NUL"
  39.     build: macro LFLAGS_G "/NOI /STACK:8192  /BATCH /SE:250"
  40.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC  /PMTYPE:VIO"
  41.     build: macro LFLAGS_R "/EXE /FAR /PACKC  /PMTYPE:VIO"
  42.     build: macro LINKER "link"
  43.     build: macro ILINK "ilink"
  44.     build: macro LRF "echo > NUL"
  45.     build: macro LLIBS_R " /NOD:LLIBCE LLIBCMT"
  46.     build: macro LLIBS_D " /NOD:LLIBCE LLIBCMT"
  47.     build: all $(PROJ).exe
  48.     build: target $(PROJ).pbt setmakeflags_pbt nmakeexe_pbt prep_pbt
  49.     build: target $(PROJ).bsc pwbrmake_bsc
  50.     build: target $(PROJ).exe lrf_exe ilink_exe
  51.     build: inference .c.obj cc_c_obj
  52.     build: inference .c.sbr cc_c_sbr
  53.     build: command profset_pbt "$(PROFSET) MAKEFLAGS="
  54.     build: command profnmake_pbt "$(PROFNMAKE) $(NMFLAGS) -f $(PROJFILE) $(PBTDEPEND)"
  55.     build: command prep_pbt "$(PREP) /P $(PBTDEPEND) /OT $(PROJ).pbt"
  56.     build: command pwbrmake_bsc "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  57.     build: release command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  58.     build: debug command lrf_exe "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  59.     build: release command ilink_exe "$(LINKER) @$(PROJ).lrf"
  60.     build: debug command ilink_exe "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  61.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  62.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  63.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  64.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  65.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  66.     build: command debug "CVP $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  67.     build: command setmakeflags_pbt "$(PROFSET) MAKEFLAGS="
  68.     build: command nmakeexe_pbt "$(PROFNMAKE) $(NMFLAGS) -f $(PROJFILE) $(PBTDEPEND)"
  69.     build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  70.     build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
  71.     build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  72.     build: include dependencies
  73.     build: include no system
  74.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  75.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  76.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\"" case
  77.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" case system
  78.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  79.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"[ \t]*\\(\\:p\\)[ \t]*\""
  80.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<[ \t]*\\(\\:p\\)[ \t]*>" system
  81.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  82.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  83.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  84.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  85.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  86.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  87.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  88.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  89.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  90.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  91.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  92.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  93.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  94.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  95.     build: message "^LINK [^L]+L[124]"
  96.     build: message "^ILINK : [^L]+L[124]"
  97.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  98.     build: message "^NMAKE : [^U]+U[124]"
  99.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  100.     build: message "^pwbrmake: [^U]+U[124]"
  101.     build: message "^BIND : [^U]+U[124]"
  102.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  103.     build: message "^[^C]+C[124][0-9]+: "
  104.     build: message "^[^D]+D[124][0-9]+ : "
  105.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^F]+F[124]" file line
  106.     build: message "^[^F]+F[1234][0-9]+: "
  107.     build: message "^\\(\\:p\\)([ \t]*\\(\\:z\\),[ \t]*\\(\\:z\\)) : " file line col
  108.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  109.     build: message "^fatal error"
  110.     build: message "^\\(\\:p\\)(\\(\\:z\\)) RC:" file line
  111.     build: message "^RC: error"
  112.     build: language None
  113.  
  114. [debug-]
  115.     target="c:\source\gri\nos.exe"
  116.     watch=Keyqboard.cnt'00257
  117. [cvp]
  118.     wndstate=0 0 0 2 0 0 0 0 0 1 254
  119.     tilestate=1 24 0 80 0 0 0 0 0 0 0 0 0 0 17 0 0 254
  120.     command=use auto
  121.     command=n10
  122.     command=s1
  123.     command=oc+
  124.     command=of+
  125.